home *** CD-ROM | disk | FTP | other *** search
/ Graphics & Sound Program…ng Techniques for the Mac / Graphics and Sound Programming Techniques for the Mac.iso / M&T Graphics & Sound Examples / Symantec Versions / C09 App-QuickTime / P01 Film Edit / MovieUtilities.h < prev    next >
Encoding:
Text File  |  1995-08-05  |  469 b   |  15 lines  |  [TEXT/KAHL]

  1. //____________________________________________________________
  2. //    MovieUtilities.h
  3. //
  4. //    Copyright © Dan Parks Sydow, 1995
  5. //    From the book:
  6. //    "Graphics and Sound Programming Techniques for the Mac",
  7. //    M&T Books, 1995
  8.  
  9.  
  10. //____________________________________________________________
  11.  
  12. Boolean  UpdateAllOpenMovies( EventRecord );
  13. void     CloseMovieAndFile( WindowPtr );
  14. pascal   Boolean SizeChangeMCActionFilter(MovieController, short, void *, long );
  15.